projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc50c0c
)
* src/comp.c (load_comp_unit): Style fix.
author
Andrea Corallo
<akrl@sdf.org>
Sun, 10 May 2020 07:58:53 +0000
(08:58 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Sun, 10 May 2020 08:34:21 +0000
(09:34 +0100)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index 768172b3aa180c7e5ec086db6e87285ef1bb49cb..e3a80adfa95dcb9e14206916646387847c1df877 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-3564,7
+3564,7
@@
load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, bool loading_dump,
Lisp_Object *saved_cu = dynlib_sym (handle, COMP_UNIT_SYM);
if (!saved_cu)
xsignal1 (Qnative_lisp_file_inconsistent, comp_u->file);
- bool reloading_cu = !NILP (*saved_cu)
? true : false
;
+ bool reloading_cu = !NILP (*saved_cu);
Lisp_Object *data_eph_relocs =
dynlib_sym (handle, DATA_RELOC_EPHEMERAL_SYM);